type go.uber.org/zap/zapcore.sampler

12 uses

	go.uber.org/zap/zapcore (current package)
		sampler.go#L95: type optionFunc func(*sampler)
		sampler.go#L97: func (f optionFunc) apply(s *sampler) {
		sampler.go#L103: 	apply(*sampler)
		sampler.go#L122: 	return optionFunc(func(s *sampler) {
		sampler.go#L153: 	s := &sampler{
		sampler.go#L168: type sampler struct {
		sampler.go#L178: 	_ Core           = (*sampler)(nil)
		sampler.go#L179: 	_ leveledEnabler = (*sampler)(nil)
		sampler.go#L199: func (s *sampler) Level() Level {
		sampler.go#L203: func (s *sampler) With(fields []Field) Core {
		sampler.go#L204: 	return &sampler{
		sampler.go#L214: func (s *sampler) Check(ent Entry, ce *CheckedEntry) *CheckedEntry {